This operation transfers the council's determination of the DA from the council's IT system to the Online DA Service.
CaseID required | string A fully qualified application number or case id |
CouncilID required | string The council LGA name to indicate the request is originating from a specific council |
IdempotencyID required | string Unique Id for this request. Allows the API to respond in an idempotent way if it has already been called with these parameters and prevents duplicate processing. Typically a UUID such as "63a9ba30-7a4b-4fac-b343-d1f05cf089f1" |
determiningBody required | string Anticipated determining body for this case |
isConcurrenceReq required | string Is concurrence or referral sought for this case? |
isApplicationExhibited required | string Is this case notified or exhibited? |
exhibitStartDate | string <date> Only required if DA has been exhibited |
exhibitEndDate | string <date> Only required if DA has been exhibited |
isSICReq required | string Is the site subject to Special Infrastructure Contributions (SIC)? |
isVPAReq required | string Is the development located within an urban release area and trigger the need for a Voluntary Planning Agreement (VPA)? |
nominatedUrbanReleaseArea | string Anticipated determining body for this case. Mandatory when isVPAReq is Yes |
otherNominatedUrbanReleaseArea | string Provide details of your selection of 'Other' as the nominated urban release. Mandatory when nominatedUrbanReleaseArea is Other |
isPublicInfrastructure | string Does the development triggered the need for consideration of satisfactory arrangements for public infrastructure?. Mandatory when isVPAReq is Yes |
isFeesPaidDuringAssessment | string Is the applicant paid the DA fees?. Mandatory and applicable if fees not paid during lodgement |
totalFeesPaid | number Fees paid by the applicant. Applicable only if fees have been paid during assessment. |
inspectionDate required | string <date> |
isSICDeclared | string I confirm that the SIC condition has been included in the proposed conditions. Mandatory when isSICReq is Yes |
isSACDeclared | string I confirm that a SAC has been issued in relation to this development. Mandatory when isVPAReq is Yes |
determinationOutcome required | string Outcome of the case assessment |
deferredCommencConsentDts | string Deferred commencement consent details |
determinationAuthority required | string The authority that has made the determination for this case |
Array of objects (EnvironmentalPlanningInstrument) | |
Array of objects (ExemptAndComplyingDevCode) | |
otherExemptCompDevCode | string Please provide a description of the type "Other" selected. Mandatory when exemptCompDevCode is Other |
isDevStandardVariationApproved required | string Was a variation to development standards approved? |
Array of objects (DevelopmentVariationDetails) | |
determinationDate required | string <date> Date on which this case is determined |
haveDwellingsApproved | string Have any dwellings been approved for affordable rental housing under this consent?. Mandatory when determinationOutcome is APPROVED |
numOfApprovedDwellings | integer How many dwellings have been approved for affordable rental housing via the consent?. Mandatory when haveDwellingsApproved is Yes |
Array of objects (ProposedDevComponent) | |
numOneBedroomDwellings | integer Enter the number of one bedroom dwellings in the proposed development |
numTwoBedroomDwellings | integer Enter the number of two bedroom dwellings in the proposed development |
numThreeBedroomDwellings | integer Enter the number of three bedroom dwellings in the proposed development |
numFourOrMoreBedroomDwellings | integer Enter the number of dwellings with 4 or more bedrooms in the proposed development |
lotSize | integer What is the lot size in (m2) of the site being developed |
floorArea | integer What is the approved gross floor area (m2) of the development (if relevant)? |
isDesignatedDevelopment | string Is the development a designated development? |
isPvtConsultantAssessed | string Did the determining authority engage private consultants to assess the development application? |
numOfSubmissionsReceived | integer How many submissions were received in relation to the application (please count each petition as a single submission)? |
isPreDAMeetingHeld | string Was a Pre DA meeting held with council before lodgement of application? |
isApplicantRestrictedContactDetails | string Has the applicant asked for their contact information to be restricted or withheld? |
Array of objects (DownloadableDocument) | |
required | object (Person) |
{- "determiningBody": "Council",
- "isConcurrenceReq": "Yes",
- "isApplicationExhibited": "Yes",
- "exhibitStartDate": "2019-08-24",
- "exhibitEndDate": "2019-08-24",
- "isSICReq": "Yes",
- "isVPAReq": "Yes",
- "nominatedUrbanReleaseArea": "Bayside West",
- "otherNominatedUrbanReleaseArea": "string",
- "isPublicInfrastructure": "Yes",
- "isFeesPaidDuringAssessment": "Yes",
- "totalFeesPaid": 1250.9,
- "inspectionDate": "2019-08-24",
- "isSICDeclared": "Yes",
- "isSACDeclared": "Yes",
- "determinationOutcome": "APPROVED",
- "deferredCommencConsentDts": "string",
- "determinationAuthority": "Council",
- "environmentalPlanningInstruments": [
- {
- "epiValue": "string",
- "otherSEPPList": [
- {
- "otherSEPPValue": "string"
}
], - "otherLEPList": [
- {
- "otherLEPValue": "string"
}
]
}
], - "exemptComplyingDevelopmentList": [
- {
- "exemptCompDevCode": "string"
}
], - "otherExemptCompDevCode": "string",
- "isDevStandardVariationApproved": "Yes",
- "developmentVariationDetails": [
- {
- "developmentStandard": "Floor space ratio",
- "clauseNumber": "string",
- "varPercentageOnSubmission": 0,
- "approvedVarValue": 0,
- "briefVariationJustification": "string",
- "approvedVariationAuthority": "Council"
}
], - "determinationDate": "2019-08-24",
- "haveDwellingsApproved": "Yes",
- "numOfApprovedDwellings": 0,
- "proposedDevComponentList": [
- {
- "proposedDevComponent": "string"
}
], - "numOneBedroomDwellings": 0,
- "numTwoBedroomDwellings": 0,
- "numThreeBedroomDwellings": 0,
- "numFourOrMoreBedroomDwellings": 0,
- "lotSize": 0,
- "floorArea": 0,
- "isDesignatedDevelopment": "Yes",
- "isPvtConsultantAssessed": "Yes",
- "numOfSubmissionsReceived": 0,
- "isPreDAMeetingHeld": "string",
- "isApplicantRestrictedContactDetails": "Yes",
- "Documents": [
- {
- "documentName": "test.docx",
- "documentType": "string",
- "uploadedDateTime": "2019-08-24T14:15:22Z",
}
], - "UpdatedBy": {
- "person": {
- "firstName": "John",
- "surname": "Smith",
- "emailAddress": "john.smith@gmail.com",
- "contactNumber": "stringst"
}
}
}